AddStyle
Description
Adds the TsgShxFont
object with the specified name in the AName
variable with predefined parameters.
Value | Type | Description |
---|---|---|
AName | string | The new SHX Font |
AFontName | string | The source SHX Font |
AVertical | boolean | The font has a vertical orientation |
AUpSideDown | boolean | The font is mirrored in X |
ABackwards | boolean | The font is rotated around X |
AObliqueAngle | double | The oblique angle of the destination SHX Font |
AWidth | double | The width value of the destination SHX Font |
Syntax
procedure AddStyle(const AName, AFontName: string; AVertical, AUpSideDown, ABackwards: Boolean; AObliqueAngle, AWidth: Double);